ComponentOne ASP.NET MVC Controls
SortOnServer Property (ODataCollectionViewService<T>)

C1.Web.Mvc Namespace > ODataCollectionViewService<T> Class : SortOnServer Property
Gets or sets a value that determines whether sort operations should be performed on the server or on the client.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property SortOnServer As Boolean
[DefaultValue(true)]
public bool SortOnServer {get; set;}
See Also

Reference

ODataCollectionViewService<T> Class
ODataCollectionViewService<T> Members